home *** CD-ROM | disk | FTP | other *** search
/ Windows 6-Pak - Disc 5 / Windows 6-Pak (InfoMagic) (Disc 5) (1999).ISO / C&C++Tools / sbparser.exe / cppb / SpeedTest.dfm / SpeedTest.txt < prev   
Encoding:
Text File  |  1998-08-24  |  5.9 KB  |  282 lines

  1. object FSpeedTest: TFSpeedTest
  2.   Left = 205
  3.   Top = 119
  4.   BorderStyle = bsDialog
  5.   Caption = 'Speed Test'
  6.   ClientHeight = 275
  7.   ClientWidth = 368
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object LcTime: TLabel
  18.     Left = 132
  19.     Top = 226
  20.     Width = 78
  21.     Height = 13
  22.     Caption = 'Calculation Time'
  23.     Font.Charset = ANSI_CHARSET
  24.     Font.Color = clBlack
  25.     Font.Height = -11
  26.     Font.Name = 'MS Sans Serif'
  27.     Font.Style = []
  28.     ParentFont = False
  29.   end
  30.   object LtheTime: TLabel
  31.     Left = 277
  32.     Top = 226
  33.     Width = 6
  34.     Height = 13
  35.     Alignment = taRightJustify
  36.     Caption = '0'
  37.     Font.Charset = ANSI_CHARSET
  38.     Font.Color = clBlack
  39.     Font.Height = -11
  40.     Font.Name = 'MS Sans Serif'
  41.     Font.Style = []
  42.     ParentFont = False
  43.   end
  44.   object Lsec: TLabel
  45.     Left = 292
  46.     Top = 226
  47.     Width = 17
  48.     Height = 13
  49.     Alignment = taRightJustify
  50.     Caption = 'sec'
  51.     Font.Charset = ANSI_CHARSET
  52.     Font.Color = clBlack
  53.     Font.Height = -11
  54.     Font.Name = 'MS Sans Serif'
  55.     Font.Style = []
  56.     ParentFont = False
  57.   end
  58.   object LcTime0: TLabel
  59.     Left = 132
  60.     Top = 210
  61.     Width = 106
  62.     Height = 13
  63.     Caption = 'sbParser-CreationTime'
  64.     Font.Charset = ANSI_CHARSET
  65.     Font.Color = clBlack
  66.     Font.Height = -11
  67.     Font.Name = 'MS Sans Serif'
  68.     Font.Style = []
  69.     ParentFont = False
  70.   end
  71.   object LtheTime0: TLabel
  72.     Left = 277
  73.     Top = 210
  74.     Width = 6
  75.     Height = 13
  76.     Alignment = taRightJustify
  77.     Caption = '0'
  78.     Font.Charset = ANSI_CHARSET
  79.     Font.Color = clBlack
  80.     Font.Height = -11
  81.     Font.Name = 'MS Sans Serif'
  82.     Font.Style = []
  83.     ParentFont = False
  84.   end
  85.   object Lsec0: TLabel
  86.     Left = 292
  87.     Top = 210
  88.     Width = 17
  89.     Height = 13
  90.     Alignment = taRightJustify
  91.     Caption = 'sec'
  92.     Font.Charset = ANSI_CHARSET
  93.     Font.Color = clBlack
  94.     Font.Height = -11
  95.     Font.Name = 'MS Sans Serif'
  96.     Font.Style = []
  97.     ParentFont = False
  98.   end
  99.   object GBSpeedTest: TGroupBox
  100.     Left = 8
  101.     Top = 8
  102.     Width = 353
  103.     Height = 169
  104.     Caption = 'Options'
  105.     Font.Charset = ANSI_CHARSET
  106.     Font.Color = clWindowText
  107.     Font.Height = -13
  108.     Font.Name = 'MS Serif'
  109.     Font.Style = [fsBold, fsItalic]
  110.     ParentFont = False
  111.     TabOrder = 0
  112.     object PFTop: TPanel
  113.       Left = 2
  114.       Top = 18
  115.       Width = 349
  116.       Height = 39
  117.       Align = alTop
  118.       BevelOuter = bvNone
  119.       ParentColor = True
  120.       TabOrder = 0
  121.       object LInfo: TLabel
  122.         Left = 5
  123.         Top = 8
  124.         Width = 262
  125.         Height = 13
  126.         Caption = 'Info: Calculates f(x,y,z,u,v,w) ... times and adds them up'
  127.         Font.Charset = ANSI_CHARSET
  128.         Font.Color = clWindowText
  129.         Font.Height = -11
  130.         Font.Name = 'MS Sans Serif'
  131.         Font.Style = []
  132.         ParentFont = False
  133.       end
  134.     end
  135.     object PILeft: TPanel
  136.       Left = 2
  137.       Top = 57
  138.       Width = 83
  139.       Height = 77
  140.       Align = alLeft
  141.       BevelOuter = bvNone
  142.       ParentColor = True
  143.       TabOrder = 1
  144.       object LFunction: TLabel
  145.         Left = 5
  146.         Top = 3
  147.         Width = 65
  148.         Height = 13
  149.         Caption = 'f(x,y,z,u,v,w)='
  150.         Font.Charset = ANSI_CHARSET
  151.         Font.Color = clBlack
  152.         Font.Height = -11
  153.         Font.Name = 'MS Sans Serif'
  154.         Font.Style = []
  155.         ParentFont = False
  156.       end
  157.     end
  158.     object MFunction: TMemo
  159.       Left = 85
  160.       Top = 57
  161.       Width = 251
  162.       Height = 77
  163.       Align = alClient
  164.       Color = clBtnFace
  165.       Font.Charset = ANSI_CHARSET
  166.       Font.Color = clBlack
  167.       Font.Height = -11
  168.       Font.Name = 'MS Sans Serif'
  169.       Font.Style = []
  170.       Lines.Strings = (
  171.         '')
  172.       ParentFont = False
  173.       ReadOnly = True
  174.       ScrollBars = ssVertical
  175.       TabOrder = 2
  176.     end
  177.     object PFBottom: TPanel
  178.       Left = 2
  179.       Top = 134
  180.       Width = 349
  181.       Height = 33
  182.       Align = alBottom
  183.       BevelOuter = bvNone
  184.       ParentColor = True
  185.       TabOrder = 4
  186.       object LHowOften: TLabel
  187.         Left = 5
  188.         Top = 12
  189.         Width = 55
  190.         Height = 13
  191.         Caption = 'How often?'
  192.         Font.Charset = ANSI_CHARSET
  193.         Font.Color = clBlack
  194.         Font.Height = -11
  195.         Font.Name = 'MS Sans Serif'
  196.         Font.Style = []
  197.         ParentFont = False
  198.       end
  199.       object LTimes: TLabel
  200.         Left = 136
  201.         Top = 12
  202.         Width = 24
  203.         Height = 13
  204.         Caption = 'times'
  205.         Font.Charset = ANSI_CHARSET
  206.         Font.Color = clWindowText
  207.         Font.Height = -11
  208.         Font.Name = 'MS Sans Serif'
  209.         Font.Style = []
  210.         ParentFont = False
  211.       end
  212.       object UDTimes: TUpDown
  213.         Left = 113
  214.         Top = 8
  215.         Width = 12
  216.         Height = 21
  217.         Associate = ETimes
  218.         Min = 1
  219.         Max = 30000
  220.         Position = 1
  221.         TabOrder = 0
  222.         Thousands = False
  223.         Wrap = False
  224.       end
  225.       object ETimes: TEdit
  226.         Left = 80
  227.         Top = 8
  228.         Width = 33
  229.         Height = 21
  230.         Font.Charset = ANSI_CHARSET
  231.         Font.Color = clWindowText
  232.         Font.Height = -11
  233.         Font.Name = 'MS Sans Serif'
  234.         Font.Style = []
  235.         MaxLength = 4
  236.         ParentFont = False
  237.         TabOrder = 1
  238.         Text = '1'
  239.         OnChange = ETimesChange
  240.       end
  241.     end
  242.     object PFRight: TPanel
  243.       Left = 336
  244.       Top = 57
  245.       Width = 15
  246.       Height = 77
  247.       Align = alRight
  248.       BevelOuter = bvNone
  249.       ParentColor = True
  250.       TabOrder = 3
  251.     end
  252.   end
  253.   object BStart: TButton
  254.     Left = 32
  255.     Top = 182
  256.     Width = 86
  257.     Height = 21
  258.     Caption = '&Start'
  259.     Default = True
  260.     TabOrder = 1
  261.     OnClick = BStartClick
  262.   end
  263.   object EResult: TEdit
  264.     Left = 128
  265.     Top = 182
  266.     Width = 187
  267.     Height = 21
  268.     ParentColor = True
  269.     ReadOnly = True
  270.     TabOrder = 2
  271.   end
  272.   object BExit: TButton
  273.     Left = 18
  274.     Top = 244
  275.     Width = 86
  276.     Height = 24
  277.     Caption = 'E&xit'
  278.     TabOrder = 3
  279.     OnClick = BExitClick
  280.   end
  281. end
  282.